<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_FRENCH</nationality>

		<long_name>Renault R35</long_name>
		<short_name>R35</short_name>
		<comment>A light infantry tank with a 37mm L/21 SA18 cannon and a Reibel machine gun</comment>

		<uniform_profile>uniform_profile_french_tank_crew.png</uniform_profile>
		<uniform_game>uniform_game_french_tank_crew.png</uniform_game>
	</description>

	<availability>
		<data><month>1</month><year>1939</year><number>900</number></data>
		<data><month>9</month><year>1940</year><number>900</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Renault R35.png</image_profile>
			<weight>10600</weight>
		</attributes>

		<drive>
			<engine>
				<name>Renault V4</name>
				<horsepower>82</horsepower>
				<reliability>RELIABILITY_POOR</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>4</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_CONTROLLED_DIFFERENTIAL</steering>

			<exhaust_pipe>
				<offsetX>0</offsetX>
				<offsetY>201</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-Renault R35.png</image_view>

			<width>187</width>
			<length>402</length>
			<height>98</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>32@20</upper_front>
				<lower_front>32@-20</lower_front>
				<side>40</side>
				<upper_rear>40@35</upper_rear>
				<lower_rear>40@-35</lower_rear>
				<top>10</top>
				<bottom>14</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>158</width>
			<length>273</length>
			<height>38</height>

			<offsetX>0</offsetX>
			<offsetY>43</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>32@15</front>
				<side>40@10</side>
				<rear>40@11</rear>
				<top>10</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-Renault R35 turret.png</image_view>

			<diameter>130</diameter>
			<height>60</height>
			<offsetX>0</offsetX>
			<offsetY>0</offsetY>

			<rotate_time>23</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>30</front>
				<side>30@30</side>
				<rear>30@30</rear>
				<top>25</top>
				<mantlet>30</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_37_SA18</type><offsetX>10</offsetX></weapon>
			<weapon><type>WEAPON_LMG_REIBEL</type><offsetX>2</offsetX></weapon>
			<ammo><for>WEAPON_CANNON_37_SA18</for><flavour>FLAVOUR_APC</flavour><rounds>22</rounds></ammo>
			<ammo><for>WEAPON_CANNON_37_SA18</for><flavour>FLAVOUR_HE</flavour><rounds>78</rounds></ammo>
			<ammo><for>WEAPON_LMG_REIBEL</for><rounds>2400</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
